-
Notifications
You must be signed in to change notification settings - Fork 110
chore(l1): remove blockchain clones #4752
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Lines of code reportTotal lines added: Detailed view
|
843732f
to
9dd801d
Compare
ranch 'remove-blockchain-clones' of github.com:lambdaclass/ethrex into remove-blockchain-clones
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I reviewed it and everything seems to be okay.
For me some of the comments feel kind of unnecessary and the removed clones don't seem to be important either, I think we should've approached this differently, first measuring impact and then acting upon that. But if another reviewer thinks we should merge it I'm okay with it
Motivation
Keeping track of removing clones in our codebase, and removing them where possible.
Description
This PR goes over all the clones in the blockchain crate, removing them where possible and justifying the necessary ones. Additionally, for the ones that could potentially be removed but doing so involves some larger refactors, a
todo-clone
comment is addedPart of #4668